home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- echo "Turning off swap..."
- swapoff -a
-
- echo "Please unmount all your mounted partitions before proceeding"
- read -t 10 -p "Not doing it may crash your hard drive, you have been warned" var
- echo ""
-
- cd /opt/pinstaller/fe/gtk/
- ./gtkfe.py
-